Dynomotion

Group: DynoMotion Message: 6603 From: tapiolarikka Date: 1/26/2013
Subject: setting up Mach3/definecoordsystem?
Hi All,

I started (again) setting up my mill with kflop and mach3 plugin, but
got confused with the initialization program.

Do I need to have the Definecoordsystem in init routine?

I have the standard XYZ-axes, spindle which doubles as A-axis for lathe with live tools and B-axis for bar drawing.

Rgds,
Tapio
Group: DynoMotion Message: 6605 From: Tom Kerekes Date: 1/26/2013
Subject: Re: setting up Mach3/definecoordsystem?
Hi Tapio,

Yes you need a DefineCoordSystem in your Init C Program.

For a basic XYZ + Normal Spindle you would only define XYZ in the Coordinate System as

DefineCoordSystem(0,1,2,-1);

Assuming KFLOP channels 0,1,2 are XYZ

HTH Regards
TK